home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 60.zip / BS1 part 60 / Helm d3.adf / DirBook (.txt) < prev    next >
Helm Multimedia Book  |  1993-07-14  |  36KB  |  722 lines

  1. DirBook
  2. Scott Nickerson
  3. 02-21-93
  4. selectpathA
  5. begin
  6.   put the name of me into selector "FileA"
  7. selectpathB
  8. begin
  9.   put the name of me into selector "FileB"
  10. changebutton
  11. begin
  12.   ask "Enter path:" with the name of me
  13.   if it is not empty then set the name of me to it
  14. changebutton
  15. selectpathB
  16. selectpathA
  17. FileA
  18. FileB
  19. Enter path:
  20. New...
  21. Open...
  22. Save As...
  23. Streamline
  24. Print...
  25.     Report...
  26. Preferences...
  27.     Workbench
  28. About...
  29. Quit...
  30. Paste
  31. Clear
  32. Select All
  33. Cut Page
  34.     Copy Page
  35. Colors
  36. Load...
  37. Save...
  38. Restore Colors
  39. Default Colors
  40. Brush Colors
  41. Image Colors
  42. Cycle
  43. Grid...
  44. Show All
  45.     Edit Form
  46. Share
  47.     Next Page
  48. Previous Page
  49. First Page
  50.     Last Page
  51. Backward
  52. Forward
  53.     Last Book
  54. Autobrowse...
  55.     Bookshelf
  56. New Page
  57. Delete Page
  58. New Form
  59. Load Form...
  60. Save Form...
  61. Image
  62. Load...
  63. Save...
  64. Capture...
  65.     Clipboard
  66. Paste
  67. Spare
  68. Swap Frames
  69. Copy to Spare
  70. Merge in Front
  71. Merge in Back
  72. Delete Spare
  73. Frame
  74. Previous
  75. Delete
  76. Copy to All
  77. Color
  78. Remap
  79. Transparency
  80. No Transparency
  81. Paper <-> Pen
  82. Paper ->  Pen
  83. Count
  84. Vertical
  85. Horizontal
  86. Info...
  87. Brush
  88. Load...
  89. Save...
  90. Restore
  91.     Clipboard
  92. Paste
  93. Color
  94. Remap
  95. Transparency
  96. Paper <-> Pen
  97. Paper ->  Pen
  98. Center
  99. Corner
  100.     Any Point
  101. Any Size
  102. Halve
  103. Double
  104. Halve Width
  105. Halve Height
  106. Double Width
  107. Double Height
  108. To PAL
  109. To NTSC
  110. Vertical
  111. Horizontal
  112. Shear
  113. Vertical
  114. Horizontal
  115. Rotate
  116.     Any Angle
  117. Paint
  118. Matte
  119. Color
  120. Replace
  121. Smear
  122. Dissolve
  123. Spare
  124. Cycle
  125. Cycle 2
  126. Gradient
  127. Gradient 2
  128. Smudge
  129. Chaos
  130. Count
  131. Custom
  132. Dither
  133. Edges
  134. Object
  135. Load...
  136. Save...
  137. Bring to Front
  138. Send to Back
  139. Bring Closer
  140. Send Farther
  141. Group
  142. Ungroup
  143. Duplicate...
  144. Align...
  145. Info...
  146. Actions...
  147.     Script...
  148. Load...
  149. Save...
  150. Plain
  151.     Underline
  152. Italic
  153. Shadow
  154. Font...
  155. Spacing...
  156.     Hypertext
  157. Actions...
  158.     Script...
  159. Tools
  160. Coordinates
  161.     Title Bar
  162. Palette
  163. Colors
  164. Patterns
  165. Paint Tools
  166. Paint Types
  167.     Histogram
  168.     Magnifier
  169. Messages
  170. Draw Tools
  171. Layers
  172. Author
  173. Book...
  174. Form...
  175. Page...
  176. Display...
  177. Menus...
  178. Narrator...
  179. Hypertext...
  180. Resources...
  181.     Effect...
  182. Effect Area
  183. DDDUUUfffwww
  184. Book23
  185. Small8
  186. topaz.font
  187. PTopaz.font
  188. ram:Book23
  189. /DirBook
  190. wwwPAGE
  191. CGraphics RAM: %3
  192.    Other RAM: %4
  193.           OS: %k
  194.    Processor: %1
  195. FileA
  196. FileB
  197. Delete
  198. COPY ->
  199. Rename
  200. MakeDir
  201. IMAGE
  202. Sound
  203. Music
  204. <- COPY
  205. Delete
  206. Rename
  207. MakeDir
  208. IMAGE
  209. Sound
  210. Music
  211. Halt Music
  212.     Bookshelf
  213. WORK:
  214. WORK:
  215. About
  216. kon SelectUp
  217. begin
  218.   deletefile selector "FileA"
  219.   put strdir of selector "FileA" into selector "FileA"
  220. FileA
  221. FileA
  222. FileA
  223. on SelectUp
  224. begin
  225.   copyfile selector "FileA" to strdir of selector "FileB"
  226.   put strdir selector "FileB" into selector "FileB"
  227. FileA
  228. FileB
  229. FileB
  230. FileB
  231. on SelectUp
  232. begin
  233.   ask "Enter new name:" with selector "FileA"
  234.   if it is not empty then begin
  235. rename selector "FileA" as it
  236. put strdir of selector "FileA" into selector "FileA"
  237.   end
  238. Enter new name:
  239. FileA
  240. FileA
  241. FileA
  242. FileA
  243. on SelectUp
  244. begin
  245.   ask "Enter path and directory name:" with strdir of selector "FileA"
  246.   if it is not empty then begin
  247. makedir it
  248. put strdir of selector "FileA" into selector "FileA"
  249.   end
  250. Enter path and directory name:
  251. FileA
  252. FileA
  253. FileA
  254. Don SelectUp
  255. begin
  256.   show image selector "FileA" fade loops zero
  257. FileA
  258. 4on SelectUp
  259. begin
  260.   play sound selector "FileA"
  261. FileA
  262. 3on SelectUp
  263. begin
  264.   show text selector "FileA"
  265. FileA
  266. 4on SelectUp
  267. begin
  268.   play music selector "FileA"
  269. FileA
  270. on SelectUp
  271. begin
  272.   copyfile selector "FileB" to strdir of selector "FileA"
  273.   put strdir of selector "FileA" into selector "FileA"
  274. FileB
  275. FileA
  276. FileA
  277. FileA
  278. kon SelectUp
  279. begin
  280.   deletefile selector "FileB"
  281.   put strdir of selector "FileB" into selector "FileB"
  282. FileB
  283. FileB
  284. FileB
  285. on SelectUp
  286. begin
  287.   ask "Enter new name:" with selector "FileB"
  288.   if it is not empty then begin
  289. rename selector "FileB" as it
  290. put strdir of selector "FileB" into selector "FileB"
  291.   end
  292. Enter new name:
  293. FileB
  294. FileB
  295. FileB
  296. FileB
  297. on SelectUp
  298. begin
  299.   ask "Enter path and directory name:" with strdir of selector "FileB"
  300.   if it is not empty begin
  301. makedir it
  302. put strdir of selector "FileB" into selector "FileB"
  303.   end
  304. Enter path and directory name:
  305. FileB
  306. FileB
  307. FileB
  308. Don SelectUp
  309. begin
  310.   show image selector "FileB" fade loops zero
  311. FileB
  312. 4on SelectUp
  313. begin
  314.   play sound selector "FileB"
  315. FileB
  316. 3on SelectUp
  317. begin
  318.   show text selector "FileB"
  319. FileB
  320. 4on SelectUp
  321. begin
  322.   play music selector "FileB"
  323. FileB
  324. on SelectUp
  325. begin
  326.   put strdir of selector "FileA" into temporary
  327.   put strdir of selector "FileB" into selector "FileA"
  328.   put temporary into selector "FileB"
  329. FileA
  330. FileB
  331. FileA
  332. FileB
  333. Mon SelectUp
  334. begin
  335.   put strdir of selector "FileA" into selector "FileB"
  336. FileA
  337. FileB
  338. Mon SelectUp
  339. begin
  340.   put strdir of selector "FileB" into selector "FileA"
  341. FileB
  342. FileA
  343. 5on SelectUp
  344. begin
  345.   set midi to the hilite of me
  346. Lon SelectUp
  347. begin
  348.   selectpathA()
  349. on MenuUp
  350. begin
  351.   changebutton()
  352. selectpathA
  353. changebutton
  354. Lon SelectUp
  355. begin
  356.   selectpathA()
  357. on MenuUp
  358. begin
  359.   changebutton()
  360. selectpathA
  361. changebutton
  362. Lon SelectUp
  363. begin
  364.   selectpathA()
  365. on MenuUp
  366. begin
  367.   changebutton()
  368. selectpathA
  369. changebutton
  370. Lon SelectUp
  371. begin
  372.   selectpathB()
  373. on MenuUp
  374. begin
  375.   changebutton()
  376. selectpathB
  377. changebutton
  378. Lon SelectUp
  379. begin
  380.   selectpathB()
  381. on MenuUp
  382. begin
  383.   changebutton()
  384. selectpathB
  385. changebutton
  386. Lon SelectUp
  387. begin
  388.   selectpathB()
  389. on MenuUp
  390. begin
  391.   changebutton()
  392. selectpathB
  393. changebutton
  394. Lon SelectUp
  395. begin
  396.   selectpathA()
  397. on MenuUp
  398. begin
  399.   changebutton()
  400. selectpathA
  401. changebutton
  402. Lon SelectUp
  403. begin
  404.   selectpathA()
  405. on MenuUp
  406. begin
  407.   changebutton()
  408. selectpathA
  409. changebutton
  410. Lon SelectUp
  411. begin
  412.   selectpathA()
  413. on MenuUp
  414. begin
  415.   changebutton()
  416. selectpathA
  417. changebutton
  418. Lon SelectUp
  419. begin
  420.   selectpathB()
  421. on MenuUp
  422. begin
  423.   changebutton()
  424. selectpathB
  425. changebutton
  426. Lon SelectUp
  427. begin
  428.   selectpathB()
  429. on MenuUp
  430. begin
  431.   changebutton()
  432. selectpathB
  433. changebutton
  434. Lon SelectUp
  435. begin
  436.   selectpathB()
  437. on MenuUp
  438. begin
  439.   changebutton()
  440. selectpathB
  441. changebutton
  442. on SelectUp
  443. begin
  444. ptopaz                          
  445. 3o3xg
  446. Chicago                         
  447. p?0v`
  448. p?0|0
  449. s>|~?
  450. ?                        
  451. DIRBOOK V1.0 by EAGLE TREE SOFTWARE
  452. @DirBook is a simple directory utility. You can copy, rename, and
  453. Bdelete files, as well as make directories. DirBook is divided into
  454. >two. The buttons in blue work with the blue file selector. The
  455. .cyan buttons work with the cyan file selector.
  456. =Select one of the top two rows of buttons to change the path.
  457. @Select a directory button with the menu (right) button to change
  458. #the path selected with that button.
  459. =Use the three arrow buttons between the two file selectors to
  460. /copy and swap paths between the file selectors.
  461. =DIRBOOK is not yet the equal of the many shareware and retail
  462. =directory utilities, but it will be. In the meantime, you can
  463. Cimprove it to suit your needs, and distribute the result. This book
  464. is not password protected.
  465. =Each button in the six rows of buttons contains a script. The
  466. @buttons in the first two rows contain functions that are defined
  467. Gby the book. Choose 
  468.   from the 
  469. Author
  470.   menu and then select
  471. Script
  472.   to view these functions in the book's script.
  473. m                                                                                                 11 July 1993
  474. *About DIRBOOK V1.0 - The Directory Utility
  475. DirBook
  476. Scott Nickerson
  477. 02-21-93
  478. selectpathA
  479. begin
  480.   put the name of me into selector "FileA"
  481. selectpathB
  482. begin
  483.   put the name of me into selector "FileB"
  484. changebutton
  485. begin
  486.   ask "Enter path:" with the name of me
  487.   if it is not empty then set the name of me to it
  488. changebutton
  489. selectpathB
  490. selectpathA
  491. FileA
  492. FileB
  493. Enter path:
  494. New...
  495. Open...
  496. Save As...
  497. Streamline
  498. Print...
  499.     Report...
  500. Preferences...
  501.     Workbench
  502. About...
  503. Quit...
  504. Paste
  505. Clear
  506. Select All
  507. Cut Page
  508.     Copy Page
  509. Colors
  510. Load...
  511. Save...
  512. Restore Colors
  513. Default Colors
  514. Brush Colors
  515. Image Colors
  516. Cycle
  517. Grid...
  518. Show All
  519.     Edit Form
  520. Share
  521.     Next Page
  522. Previous Page
  523. First Page
  524.     Last Page
  525. Backward
  526. Forward
  527.     Last Book
  528. Autobrowse...
  529.     Bookshelf
  530. New Page
  531. Delete Page
  532. New Form
  533. Load Form...
  534. Save Form...
  535. Image
  536. Load...
  537. Save...
  538. Capture...
  539.     Clipboard
  540. Paste
  541. Spare
  542. Swap Frames
  543. Copy to Spare
  544. Merge in Front
  545. Merge in Back
  546. Delete Spare
  547. Frame
  548. Previous
  549. Delete
  550. Copy to All
  551. Color
  552. Remap
  553. Transparency
  554. No Transparency
  555. Paper <-> Pen
  556. Paper ->  Pen
  557. Count
  558. Vertical
  559. Horizontal
  560. Info...
  561. Brush
  562. Load...
  563. Save...
  564. Restore
  565.     Clipboard
  566. Paste
  567. Color
  568. Remap
  569. Transparency
  570. Paper <-> Pen
  571. Paper ->  Pen
  572. Center
  573. Corner
  574.     Any Point
  575. Any Size
  576. Halve
  577. Double
  578. Halve Width
  579. Halve Height
  580. Double Width
  581. Double Height
  582. To PAL
  583. To NTSC
  584. Vertical
  585. Horizontal
  586. Shear
  587. Vertical
  588. Horizontal
  589. Rotate
  590.     Any Angle
  591. Paint
  592. Matte
  593. Color
  594. Replace
  595. Smear
  596. Dissolve
  597. Spare
  598. Cycle
  599. Cycle 2
  600. Gradient
  601. Gradient 2
  602. Smudge
  603. Chaos
  604. Count
  605. Custom
  606. Dither
  607. Edges
  608. Object
  609. Load...
  610. Save...
  611. Bring to Front
  612. Send to Back
  613. Bring Closer
  614. Send Farther
  615. Group
  616. Ungroup
  617. Duplicate...
  618. Align...
  619. Info...
  620. Actions...
  621.     Script...
  622. Load...
  623. Save...
  624. Plain
  625.     Underline
  626. Italic
  627. Shadow
  628. Font...
  629. Spacing...
  630.     Hypertext
  631. Actions...
  632.     Script...
  633. Tools
  634. Coordinates
  635.     Title Bar
  636. Palette
  637. Colors
  638. Patterns
  639. Paint Tools
  640. Paint Types
  641.     Histogram
  642.     Magnifier
  643. Messages
  644. Draw Tools
  645. Layers
  646. Author
  647. Book...
  648. Form...
  649. Page...
  650. Display...
  651. Menus...
  652. Narrator...
  653. Hypertext...
  654. Resources...
  655.     Effect...
  656. Effect Area
  657. DDDUUUfffwww
  658. ?                        
  659. DIRBOOK V1.0 by EAGLE TREE SOFTWARE
  660. @DirBook is a simple directory utility. You can copy, rename, and
  661. Bdelete files, as well as make directories. DirBook is divided into
  662. >two. The buttons in blue work with the blue file selector. The
  663. .cyan buttons work with the cyan file selector.
  664. =Select one of the top two rows of buttons to change the path.
  665. @Select a directory button with the menu (right) button to change
  666. #the path selected with that button.
  667. =Use the three arrow buttons between the two file selectors to
  668. /copy and swap paths between the file selectors.
  669. =DIRBOOK is not yet the equal of the many shareware and retail
  670. =directory utilities, but it will be. In the meantime, you can
  671. Cimprove it to suit your needs, and distribute the result. This book
  672. is not password protected.
  673. =Each button in the six rows of buttons contains a script. The
  674. @buttons in the first two rows contain functions that are defined
  675. Gby the book. Choose 
  676.   from the 
  677. Author
  678.   menu and then select
  679. Script
  680.   to view these functions in the book's script.
  681. =To use the mouse menu button to click on buttons, I activated
  682. ?the 
  683. Trap Menu Button
  684.   option in the Form window. This means
  685. =that your must move the pointer to the top line of the screen
  686. :and then press the menu button to use the pull-down menus.
  687. m                                                                                                 11 July 1993
  688. *About DIRBOOK V1.0 - The Directory Utility
  689. ram:Book23
  690. /DirBook
  691. ?                        
  692. DIRBOOK V1.0 by EAGLE TREE SOFTWARE
  693. @DirBook is a simple directory utility. You can copy, rename, and
  694. Bdelete files, as well as make directories. DirBook is divided into
  695. >two. The buttons in blue work with the blue file selector. The
  696. .cyan buttons work with the cyan file selector.
  697. =Select one of the top two rows of buttons to change the path.
  698. @Select a directory button with the menu (right) button to change
  699. #the path selected with that button.
  700. =Use the three arrow buttons between the two file selectors to
  701. /copy and swap paths between the file selectors.
  702. =DIRBOOK is not yet the equal of the many shareware and retail
  703. =directory utilities, but it will be. In the meantime, you can
  704. Cimprove it to suit your needs, and distribute the result. This book
  705. is not password protected.
  706. =Each button in the six rows of buttons contains a script. The
  707. @buttons in the first two rows contain functions that are defined
  708. Gby the book. Choose 
  709.   from the 
  710. Author
  711.   menu and then select
  712. Script
  713.   to view these functions in the book's script.
  714. =To use the mouse menu button to click on buttons, I activated
  715. ?the 
  716. Trap Menu Button
  717.   option in the Form window. This means
  718. =that your must move the pointer to the top line of the screen
  719. :and then press the menu button to use the pull-down menus.
  720. m                                                                                                 11 July 1993
  721. *About DIRBOOK V1.0 - The Directory Utility
  722.